﻿2026-07-22T05:17:23.0125202Z ##[group]Run set -euo pipefail
2026-07-22T05:17:23.0125508Z [36;1mset -euo pipefail[0m
2026-07-22T05:17:23.0125712Z [36;1mPIN=0c95435[0m
2026-07-22T05:17:23.0125907Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-07-22T05:17:23.0126147Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-07-22T05:17:23.0126473Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-07-22T05:17:23.0126891Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-07-22T05:17:23.0127310Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-07-22T05:17:23.0127640Z [36;1m  rm -rf "$CACHE"[0m
2026-07-22T05:17:23.0127869Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-07-22T05:17:23.0128289Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-07-22T05:17:23.0128609Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-07-22T05:17:23.0128938Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-07-22T05:17:23.0129289Z [36;1mfi[0m
2026-07-22T05:17:23.0129574Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-22T05:17:23.0143555Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-07-22T05:17:23.0143846Z env:
2026-07-22T05:17:23.0144038Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-22T05:17:23.0144271Z ##[endgroup]
2026-07-22T05:17:23.3225640Z    Compiling proc-macro2 v1.0.106
2026-07-22T05:17:23.3226139Z    Compiling quote v1.0.45
2026-07-22T05:17:23.3226582Z    Compiling unicode-ident v1.0.24
2026-07-22T05:17:23.3226987Z    Compiling libc v0.2.186
2026-07-22T05:17:23.3227431Z    Compiling serde_core v1.0.228
2026-07-22T05:17:23.3227731Z    Compiling cfg-if v1.0.4
2026-07-22T05:17:23.3252559Z    Compiling serde v1.0.228
2026-07-22T05:17:23.3286246Z    Compiling log v0.4.32
2026-07-22T05:17:23.3345547Z    Compiling pin-project-lite v0.2.17
2026-07-22T05:17:23.3371455Z    Compiling portable-atomic v1.13.1
2026-07-22T05:17:23.3372840Z    Compiling typenum v1.20.1
2026-07-22T05:17:23.3421912Z    Compiling memchr v2.8.1
2026-07-22T05:17:23.3422670Z    Compiling version_check v0.9.5
2026-07-22T05:17:23.3423170Z    Compiling find-msvc-tools v0.1.9
2026-07-22T05:17:23.3423725Z    Compiling critical-section v1.2.0
2026-07-22T05:17:23.3896677Z    Compiling shlex v2.0.1
2026-07-22T05:17:23.4320747Z    Compiling subtle v2.6.1
2026-07-22T05:17:23.4421042Z    Compiling bytes v1.11.1
2026-07-22T05:17:23.4611781Z    Compiling futures-core v0.3.32
2026-07-22T05:17:23.6083274Z    Compiling smallvec v1.15.1
2026-07-22T05:17:23.6350407Z    Compiling equivalent v1.0.2
2026-07-22T05:17:23.6440541Z    Compiling itoa v1.0.18
2026-07-22T05:17:23.6441284Z    Compiling semver v1.0.28
2026-07-22T05:17:23.6661174Z    Compiling stable_deref_trait v1.2.1
2026-07-22T05:17:23.6689360Z    Compiling futures-sink v0.3.32
2026-07-22T05:17:23.7020871Z    Compiling futures-io v0.3.32
2026-07-22T05:17:23.7070843Z    Compiling generic-array v0.14.7
2026-07-22T05:17:23.7171260Z    Compiling slab v0.4.12
2026-07-22T05:17:23.7250835Z    Compiling futures-task v0.3.32
2026-07-22T05:17:23.7651052Z    Compiling futures-channel v0.3.32
2026-07-22T05:17:23.8611563Z    Compiling rand_core v0.10.1
2026-07-22T05:17:23.8740350Z    Compiling rustversion v1.0.22
2026-07-22T05:17:23.8901309Z    Compiling hashbrown v0.17.1
2026-07-22T05:17:23.9450986Z    Compiling bitflags v2.12.1
2026-07-22T05:17:23.9610845Z    Compiling getrandom v0.4.2
2026-07-22T05:17:23.9771010Z    Compiling rustc_version v0.4.1
2026-07-22T05:17:23.9961111Z    Compiling cpufeatures v0.2.17
2026-07-22T05:17:24.0280462Z    Compiling fnv v1.0.7
2026-07-22T05:17:24.0550823Z    Compiling strsim v0.11.1
2026-07-22T05:17:24.0551458Z    Compiling cfg_aliases v0.2.1
2026-07-22T05:17:24.0950435Z    Compiling litemap v0.8.2
2026-07-22T05:17:24.1270525Z    Compiling writeable v0.6.3
2026-07-22T05:17:24.1490434Z    Compiling dunce v1.0.5
2026-07-22T05:17:24.2256174Z    Compiling icu_normalizer_data v2.2.0
2026-07-22T05:17:24.2539995Z    Compiling ident_case v1.0.1
2026-07-22T05:17:24.2701283Z    Compiling fs_extra v1.3.0
2026-07-22T05:17:24.3610487Z    Compiling icu_properties_data v2.2.0
2026-07-22T05:17:24.3717707Z    Compiling utf8_iter v1.0.4
2026-07-22T05:17:24.3751471Z    Compiling percent-encoding v2.3.2
2026-07-22T05:17:24.3940651Z    Compiling autocfg v1.5.1
2026-07-22T05:17:24.4730558Z    Compiling http v1.4.1
2026-07-22T05:17:24.5190863Z    Compiling aws-lc-rs v1.17.0
2026-07-22T05:17:24.5298935Z    Compiling unicode-segmentation v1.13.3
2026-07-22T05:17:24.5820549Z    Compiling cpufeatures v0.3.0
2026-07-22T05:17:24.5980867Z    Compiling thiserror v2.0.18
2026-07-22T05:17:24.6130374Z    Compiling scopeguard v1.2.0
2026-07-22T05:17:24.7770750Z    Compiling indexmap v2.14.0
2026-07-22T05:17:24.7966077Z    Compiling lock_api v0.4.14
2026-07-22T05:17:24.8083945Z    Compiling chacha20 v0.10.0
2026-07-22T05:17:24.8235447Z    Compiling form_urlencoded v1.2.2
2026-07-22T05:17:24.8321993Z    Compiling untrusted v0.9.0
2026-07-22T05:17:24.9478762Z    Compiling syn v2.0.117
2026-07-22T05:17:24.9660264Z    Compiling rustls v0.23.40
2026-07-22T05:17:24.9763161Z    Compiling heck v0.5.0
2026-07-22T05:17:24.9765654Z    Compiling convert_case v0.10.0
2026-07-22T05:17:25.0060836Z    Compiling anyhow v1.0.102
2026-07-22T05:17:25.0104194Z    Compiling unicode-xid v0.2.6
2026-07-22T05:17:25.0403297Z    Compiling atomic-waker v1.1.2
2026-07-22T05:17:25.0756306Z    Compiling const-oid v0.10.2
2026-07-22T05:17:25.1430502Z    Compiling jobserver v0.1.34
2026-07-22T05:17:25.1510878Z    Compiling zerocopy v0.8.50
2026-07-22T05:17:25.1700577Z    Compiling httparse v1.10.1
2026-07-22T05:17:25.1831166Z    Compiling parking_lot_core v0.9.12
2026-07-22T05:17:25.1900943Z    Compiling paste v1.0.15
2026-07-22T05:17:25.2072000Z    Compiling num-traits v0.2.19
2026-07-22T05:17:25.2460782Z    Compiling hybrid-array v0.4.12
2026-07-22T05:17:25.3273704Z    Compiling curve25519-dalek v4.1.3
2026-07-22T05:17:25.3560817Z    Compiling ahash v0.8.12
2026-07-22T05:17:25.4184416Z    Compiling crypto-common v0.1.7
2026-07-22T05:17:25.4470140Z    Compiling block-buffer v0.10.4
2026-07-22T05:17:25.4912889Z    Compiling http-body v1.0.1
2026-07-22T05:17:25.5310437Z    Compiling cc v1.2.63
2026-07-22T05:17:25.5380942Z    Compiling powerfmt v0.2.0
2026-07-22T05:17:25.5550725Z    Compiling either v1.16.0
2026-07-22T05:17:25.5591305Z    Compiling fastrand v2.4.1
2026-07-22T05:17:25.5775435Z    Compiling digest v0.10.7
2026-07-22T05:17:25.6162211Z    Compiling base64ct v1.8.3
2026-07-22T05:17:25.6747532Z    Compiling deranged v0.5.8
2026-07-22T05:17:25.8429660Z    Compiling mio v1.2.1
2026-07-22T05:17:25.8677117Z    Compiling socket2 v0.6.4
2026-07-22T05:17:25.8700780Z    Compiling getrandom v0.2.17
2026-07-22T05:17:25.9571109Z    Compiling pem-rfc7468 v1.0.0
2026-07-22T05:17:26.0071560Z    Compiling zmij v1.0.21
2026-07-22T05:17:26.0780062Z    Compiling rand_core v0.6.4
2026-07-22T05:17:26.1690903Z    Compiling rand v0.10.1
2026-07-22T05:17:26.1840280Z    Compiling uuid v1.23.2
2026-07-22T05:17:26.1880677Z    Compiling vcpkg v0.2.15
2026-07-22T05:17:26.2680692Z    Compiling base64 v0.22.1
2026-07-22T05:17:26.2803203Z    Compiling try-lock v0.2.5
2026-07-22T05:17:26.2880369Z    Compiling tinyvec_macros v0.1.1
2026-07-22T05:17:26.3410321Z    Compiling pkg-config v0.3.33
2026-07-22T05:17:26.3510726Z    Compiling data-encoding v2.11.0
2026-07-22T05:17:26.3570529Z    Compiling num-conv v0.2.2
2026-07-22T05:17:26.3968235Z    Compiling tower-service v0.3.3
2026-07-22T05:17:26.4082413Z    Compiling time-core v0.1.8
2026-07-22T05:17:26.4952044Z    Compiling want v0.3.1
2026-07-22T05:17:26.5240397Z    Compiling tinyvec v1.11.0
2026-07-22T05:17:26.6070623Z    Compiling parking_lot v0.12.5
2026-07-22T05:17:26.6930513Z    Compiling crypto-common v0.2.2
2026-07-22T05:17:26.6999511Z    Compiling block-buffer v0.12.0
2026-07-22T05:17:26.7031053Z    Compiling sha2 v0.10.9
2026-07-22T05:17:26.7225009Z    Compiling inout v0.1.4
2026-07-22T05:17:26.8510561Z    Compiling cmake v0.1.58
2026-07-22T05:17:26.8570259Z    Compiling vergen-lib v9.1.0
2026-07-22T05:17:26.9640683Z    Compiling n0-future v0.3.2
2026-07-22T05:17:27.0520478Z    Compiling parking v2.2.1
2026-07-22T05:17:27.1380907Z    Compiling spin v0.10.0
2026-07-22T05:17:27.1630685Z    Compiling diatomic-waker v0.2.3
2026-07-22T05:17:27.2170663Z    Compiling httpdate v1.0.3
2026-07-22T05:17:27.2240940Z    Compiling signature v2.2.0
2026-07-22T05:17:27.2370874Z    Compiling cordyceps v0.3.4
2026-07-22T05:17:27.2483676Z    Compiling serde_json v1.0.150
2026-07-22T05:17:27.2586997Z    Compiling crossbeam-utils v0.8.21
2026-07-22T05:17:27.2737390Z    Compiling winnow v1.0.3
2026-07-22T05:17:27.2980697Z    Compiling futures-lite v2.6.1
2026-07-22T05:17:27.3292819Z    Compiling ed25519 v2.2.3
2026-07-22T05:17:27.3453101Z    Compiling cipher v0.4.4
2026-07-22T05:17:27.3781032Z    Compiling netlink-packet-core v0.8.1
2026-07-22T05:17:27.4906805Z    Compiling universal-hash v0.5.1
2026-07-22T05:17:27.5319983Z    Compiling vergen-lib v0.1.6
2026-07-22T05:17:27.5700495Z    Compiling vergen v9.1.0
2026-07-22T05:17:27.5840496Z    Compiling futures-buffered v0.2.13
2026-07-22T05:17:27.5991243Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-22T05:17:27.6058152Z    Compiling heapless v0.7.17
2026-07-22T05:17:27.6150993Z    Compiling noq-udp v0.10.0
2026-07-22T05:17:27.6288031Z    Compiling sync_wrapper v1.0.2
2026-07-22T05:17:27.6790824Z    Compiling digest v0.11.3
2026-07-22T05:17:27.7180485Z    Compiling opaque-debug v0.3.1
2026-07-22T05:17:27.7295067Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-22T05:17:27.7400497Z    Compiling byteorder v1.5.0
2026-07-22T05:17:27.7530732Z    Compiling aws-lc-sys v0.41.0
2026-07-22T05:17:27.7810709Z    Compiling ring v0.17.14
2026-07-22T05:17:27.7990303Z    Compiling libsqlite3-sys v0.30.1
2026-07-22T05:17:27.8320548Z    Compiling allocator-api2 v0.2.21
2026-07-22T05:17:27.8840526Z    Compiling polyval v0.6.2
2026-07-22T05:17:27.9820684Z    Compiling hash32 v0.2.1
2026-07-22T05:17:28.0120551Z    Compiling spin v0.9.8
2026-07-22T05:17:28.0667745Z    Compiling vergen-gitcl v1.0.8
2026-07-22T05:17:28.0834019Z    Compiling tower-layer v0.3.3
2026-07-22T05:17:28.1786460Z    Compiling ryu v1.0.23
2026-07-22T05:17:28.1930949Z    Compiling signature v3.0.0
2026-07-22T05:17:28.2420489Z    Compiling num_threads v0.1.7
2026-07-22T05:17:28.3190712Z    Compiling fallible-iterator v0.3.0
2026-07-22T05:17:28.3250839Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-22T05:17:28.3560610Z    Compiling time v0.3.47
2026-07-22T05:17:28.3890846Z    Compiling ghash v0.5.1
2026-07-22T05:17:28.4112570Z    Compiling sha2 v0.11.0-rc.5
2026-07-22T05:17:28.4179636Z    Compiling ctr v0.9.2
2026-07-22T05:17:28.4208707Z    Compiling aes v0.8.4
2026-07-22T05:17:28.4711195Z    Compiling fs2 v0.4.3
2026-07-22T05:17:28.5190740Z    Compiling http-body-util v0.1.3
2026-07-22T05:17:28.6382361Z    Compiling aead v0.5.2
2026-07-22T05:17:28.6911017Z    Compiling openssl-probe v0.2.1
2026-07-22T05:17:28.7037063Z    Compiling arrayvec v0.7.6
2026-07-22T05:17:28.7210630Z    Compiling utf8parse v0.2.2
2026-07-22T05:17:28.7835694Z    Compiling crossbeam-epoch v0.9.18
2026-07-22T05:17:28.8419517Z    Compiling crossbeam-channel v0.5.15
2026-07-22T05:17:28.8720454Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-22T05:17:28.9079331Z    Compiling netlink-packet-route v0.29.0
2026-07-22T05:17:28.9653370Z    Compiling blake3 v1.8.5
2026-07-22T05:17:29.0122578Z    Compiling memoffset v0.6.5
2026-07-22T05:17:29.1319381Z    Compiling aes-gcm v0.10.3
2026-07-22T05:17:29.1787562Z    Compiling acto v0.8.2
2026-07-22T05:17:29.2800916Z    Compiling noq v0.18.0
2026-07-22T05:17:29.3010558Z    Compiling netwatch v0.16.0
2026-07-22T05:17:29.3129086Z    Compiling lru-slab v0.1.2
2026-07-22T05:17:29.3660585Z    Compiling identity-hash v0.1.0
2026-07-22T05:17:29.3702478Z    Compiling ref-cast v1.0.25
2026-07-22T05:17:29.4546561Z    Compiling rustix v1.1.4
2026-07-22T05:17:29.4598585Z    Compiling mac-addr v0.3.0
2026-07-22T05:17:29.5151445Z    Compiling xml-rs v0.8.28
2026-07-22T05:17:29.5530850Z    Compiling foldhash v0.2.0
2026-07-22T05:17:29.6471010Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-22T05:17:29.6630714Z    Compiling tagptr v0.2.0
2026-07-22T05:17:29.7209367Z    Compiling rustc-hash v2.1.2
2026-07-22T05:17:29.7562245Z    Compiling sorted-index-buffer v0.2.1
2026-07-22T05:17:29.8120706Z    Compiling thiserror v1.0.69
2026-07-22T05:17:29.8697455Z    Compiling hashbrown v0.16.1
2026-07-22T05:17:29.9550246Z    Compiling netlink-packet-route v0.30.0
2026-07-22T05:17:30.1440586Z    Compiling termios v0.2.2
2026-07-22T05:17:30.1509106Z    Compiling ioctl-rs v0.1.6
2026-07-22T05:17:30.1844186Z    Compiling errno v0.3.14
2026-07-22T05:17:30.2610134Z    Compiling serial-core v0.4.0
2026-07-22T05:17:30.2941956Z    Compiling simple-dns v0.9.3
2026-07-22T05:17:30.3440247Z    Compiling synstructure v0.13.2
2026-07-22T05:17:30.4325673Z    Compiling darling_core v0.20.11
2026-07-22T05:17:30.5320776Z    Compiling xmltree v0.10.3
2026-07-22T05:17:30.6858776Z    Compiling proc-macro-crate v3.5.0
2026-07-22T05:17:30.7665925Z    Compiling serde_derive_internals v0.29.1
2026-07-22T05:17:30.8057872Z    Compiling aho-corasick v1.1.4
2026-07-22T05:17:30.8196783Z    Compiling arrayref v0.3.9
2026-07-22T05:17:30.8830591Z    Compiling constant_time_eq v0.4.2
2026-07-22T05:17:30.8831707Z    Compiling smol_str v0.1.24
2026-07-22T05:17:31.0500590Z    Compiling toml_write v0.1.2
2026-07-22T05:17:31.0697155Z    Compiling regex-syntax v0.8.10
2026-07-22T05:17:31.1199889Z    Compiling resolv-conf v0.7.6
2026-07-22T05:17:31.2027103Z    Compiling simdutf8 v0.1.5
2026-07-22T05:17:31.2353121Z    Compiling sha1_smol v1.0.1
2026-07-22T05:17:31.2541151Z    Compiling winnow v0.7.15
2026-07-22T05:17:31.2779442Z    Compiling linux-raw-sys v0.12.1
2026-07-22T05:17:31.5028439Z    Compiling signal-hook v0.3.18
2026-07-22T05:17:31.6922867Z    Compiling lru v0.16.4
2026-07-22T05:17:31.6935604Z    Compiling serial-unix v0.4.0
2026-07-22T05:17:31.8981330Z    Compiling signal-hook-registry v1.4.8
2026-07-22T05:17:31.9050237Z    Compiling darling_core v0.23.0
2026-07-22T05:17:31.9841053Z    Compiling serde_bytes v0.11.19
2026-07-22T05:17:32.2360308Z    Compiling seize v0.5.1
2026-07-22T05:17:32.2459687Z    Compiling hmac v0.12.1
2026-07-22T05:17:32.2799567Z    Compiling iroh v0.98.2
2026-07-22T05:17:32.3562872Z    Compiling pin-utils v0.1.0
2026-07-22T05:17:32.4154272Z    Compiling cmov v0.5.4
2026-07-22T05:17:32.4339672Z    Compiling serde_derive v1.0.228
2026-07-22T05:17:32.5631173Z    Compiling zeroize_derive v1.4.3
2026-07-22T05:17:32.6554833Z    Compiling tokio-macros v2.7.0
2026-07-22T05:17:32.7014923Z    Compiling zerofrom-derive v0.1.7
2026-07-22T05:17:33.0070395Z    Compiling futures-macro v0.3.32
2026-07-22T05:17:33.0681081Z    Compiling yoke-derive v0.8.2
2026-07-22T05:17:33.2810755Z    Compiling zeroize v1.8.2
2026-07-22T05:17:33.4894062Z    Compiling tokio v1.52.3
2026-07-22T05:17:33.5370821Z    Compiling zerovec-derive v0.11.3
2026-07-22T05:17:33.6965999Z    Compiling displaydoc v0.2.6
2026-07-22T05:17:33.8500724Z    Compiling tracing-attributes v0.1.31
2026-07-22T05:17:34.0820161Z    Compiling futures-util v0.3.32
2026-07-22T05:17:34.2550980Z    Compiling zerofrom v0.1.8
2026-07-22T05:17:34.3900921Z    Compiling rustls-pki-types v1.14.1
2026-07-22T05:17:34.4312828Z    Compiling yoke v0.8.3
2026-07-22T05:17:34.4580646Z    Compiling thiserror-impl v2.0.18
2026-07-22T05:17:34.6078399Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-22T05:17:34.6638577Z    Compiling zerotrie v0.2.4
2026-07-22T05:17:35.0709960Z    Compiling darling_macro v0.20.11
2026-07-22T05:17:35.1200334Z    Compiling zerovec v0.11.6
2026-07-22T05:17:35.2978676Z    Compiling derive_more-impl v2.1.1
2026-07-22T05:17:35.4089862Z    Compiling darling v0.20.11
2026-07-22T05:17:35.4751047Z    Compiling derive_builder_core v0.20.2
2026-07-22T05:17:35.5348596Z    Compiling n0-error-macros v0.1.3
2026-07-22T05:17:35.6770609Z    Compiling spez v0.1.2
2026-07-22T05:17:35.7021026Z    Compiling der v0.8.0-rc.10
2026-07-22T05:17:35.8530607Z    Compiling tinystr v0.8.3
2026-07-22T05:17:36.1071097Z    Compiling icu_locale_core v2.2.0
2026-07-22T05:17:36.1360529Z    Compiling potential_utf v0.1.5
2026-07-22T05:17:36.3161228Z    Compiling icu_collections v2.2.0
2026-07-22T05:17:36.4642459Z    Compiling pin-project-internal v1.1.13
2026-07-22T05:17:36.6973990Z    Compiling n0-error v0.1.3
2026-07-22T05:17:36.8641619Z    Compiling derive_builder_macro v0.20.2
2026-07-22T05:17:37.1160548Z    Compiling ed25519-dalek v2.2.0
2026-07-22T05:17:37.1780233Z    Compiling spki v0.8.0-rc.4
2026-07-22T05:17:37.2051109Z    Compiling derive_builder v0.20.2
2026-07-22T05:17:37.4153054Z    Compiling icu_provider v2.2.0
2026-07-22T05:17:37.5967353Z    Compiling ipnet v2.12.0
2026-07-22T05:17:37.7130590Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-22T05:17:37.7809552Z    Compiling icu_normalizer v2.2.0
2026-07-22T05:17:37.8030185Z    Compiling icu_properties v2.2.0
2026-07-22T05:17:37.9210960Z    Compiling ed25519 v3.0.0-rc.4
2026-07-22T05:17:38.0370670Z    Compiling pin-project v1.1.13
2026-07-22T05:17:38.0980433Z    Compiling prefix-trie v0.8.4
2026-07-22T05:17:38.2881090Z    Compiling once_cell v1.21.4
2026-07-22T05:17:38.3800538Z    Compiling futures-executor v0.3.32
2026-07-22T05:17:38.4010636Z    Compiling spt-proto v0.40.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-proto)
2026-07-22T05:17:38.4875512Z    Compiling tracing-core v0.1.36
2026-07-22T05:17:38.7116117Z    Compiling hashbrown v0.14.5
2026-07-22T05:17:38.7220299Z    Compiling futures v0.3.32
2026-07-22T05:17:38.7750411Z    Compiling cobs v0.3.0
2026-07-22T05:17:38.7872806Z    Compiling postcard-derive v0.2.2
2026-07-22T05:17:38.8059832Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-22T05:17:38.9879732Z    Compiling rustls-native-certs v0.8.4
2026-07-22T05:17:39.1344388Z    Compiling tracing v0.1.44
2026-07-22T05:17:39.2722573Z    Compiling data-encoding-macro v0.1.20
2026-07-22T05:17:39.3145648Z    Compiling postcard v1.1.3
2026-07-22T05:17:39.3492435Z    Compiling idna_adapter v1.2.2
2026-07-22T05:17:39.4582511Z    Compiling idna v1.1.0
2026-07-22T05:17:39.4829147Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-22T05:17:39.5500777Z    Compiling strum_macros v0.28.0
2026-07-22T05:17:39.6299120Z    Compiling hashlink v0.9.1
2026-07-22T05:17:39.6480698Z    Compiling num_enum_derive v0.7.6
2026-07-22T05:17:39.7523688Z    Compiling iroh-metrics-derive v0.4.1
2026-07-22T05:17:39.8302454Z    Compiling tokio-util v0.7.18
2026-07-22T05:17:39.8516690Z    Compiling netlink-sys v0.8.8
2026-07-22T05:17:39.8680094Z    Compiling url v2.5.8
2026-07-22T05:17:39.9009652Z    Compiling derive_more v2.1.1
2026-07-22T05:17:39.9095401Z    Compiling tower v0.5.3
2026-07-22T05:17:39.9405400Z    Compiling async-trait v0.1.89
2026-07-22T05:17:40.0650581Z    Compiling rusqlite v0.32.1
2026-07-22T05:17:40.0808582Z    Compiling enum-assoc v1.3.0
2026-07-22T05:17:40.0920918Z    Compiling netdev v0.42.0
2026-07-22T05:17:40.0979138Z    Compiling netlink-proto v0.12.0
2026-07-22T05:17:40.1870951Z    Compiling iroh-relay v0.98.0
2026-07-22T05:17:40.2480604Z    Compiling iroh-metrics v0.38.3
2026-07-22T05:17:40.4545027Z    Compiling moka v0.12.15
2026-07-22T05:17:40.4560364Z    Compiling serde_spanned v0.6.9
2026-07-22T05:17:40.6000645Z    Compiling toml_datetime v0.6.11
2026-07-22T05:17:40.6110888Z    Compiling ref-cast-impl v1.0.25
2026-07-22T05:17:40.7420451Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-22T05:17:40.8778235Z    Compiling num_enum v0.7.6
2026-07-22T05:17:40.9359861Z    Compiling iroh-base v0.98.0
2026-07-22T05:17:40.9765210Z    Compiling h2 v0.4.14
2026-07-22T05:17:40.9930692Z    Compiling tokio-stream v0.1.18
2026-07-22T05:17:41.1290189Z    Compiling n0-watcher v0.6.1
2026-07-22T05:17:41.1406164Z    Compiling attohttpc v0.30.1
2026-07-22T05:17:41.1880927Z    Compiling tower-http v0.6.11
2026-07-22T05:17:41.3470180Z    Compiling thiserror-impl v1.0.69
2026-07-22T05:17:41.4780174Z    Compiling spt-store v0.40.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-store)
2026-07-22T05:17:41.7870320Z    Compiling toml_edit v0.22.27
2026-07-22T05:17:41.8607829Z    Compiling webpki-roots v1.0.7
2026-07-22T05:17:41.8613923Z    Compiling regex-automata v0.4.14
2026-07-22T05:17:41.9661013Z    Compiling schemars_derive v1.2.1
2026-07-22T05:17:41.9880881Z    Compiling rustix v0.38.44
2026-07-22T05:17:42.0202250Z    Compiling bitflags v1.3.2
2026-07-22T05:17:42.1136100Z    Compiling dyn-clone v1.0.20
2026-07-22T05:17:42.2290700Z    Compiling nix v0.25.1
2026-07-22T05:17:42.2710877Z    Compiling backon v1.6.0
2026-07-22T05:17:42.5100995Z    Compiling darling_macro v0.23.0
2026-07-22T05:17:42.5670936Z    Compiling ctutils v0.4.2
2026-07-22T05:17:42.5770417Z    Compiling strum v0.28.0
2026-07-22T05:17:42.7225609Z    Compiling iroh-dns v0.98.0
2026-07-22T05:17:42.8131679Z    Compiling papaya v0.2.4
2026-07-22T05:17:42.8991255Z    Compiling hkdf v0.12.4
2026-07-22T05:17:43.0652046Z    Compiling serial v0.4.0
2026-07-22T05:17:43.1429100Z    Compiling anstyle-parse v1.0.0
2026-07-22T05:17:43.2026768Z    Compiling vte_generate_state_changes v0.1.2
2026-07-22T05:17:43.3150984Z    Compiling filedescriptor v0.8.3
2026-07-22T05:17:43.3348196Z    Compiling unicode-width v0.2.0
2026-07-22T05:17:43.3913850Z    Compiling anstyle-query v1.1.5
2026-07-22T05:17:43.4277420Z    Compiling linux-raw-sys v0.4.15
2026-07-22T05:17:43.4594036Z    Compiling shell-words v1.1.1
2026-07-22T05:17:43.4769385Z    Compiling foldhash v0.1.5
2026-07-22T05:17:43.5436953Z    Compiling instability v0.3.12
2026-07-22T05:17:43.5721163Z    Compiling anstyle v1.0.14
2026-07-22T05:17:43.6531073Z    Compiling downcast-rs v1.2.1
2026-07-22T05:17:43.6990606Z    Compiling colorchoice v1.0.5
2026-07-22T05:17:43.7231035Z    Compiling is_terminal_polyfill v1.70.2
2026-07-22T05:17:43.7350960Z    Compiling hashbrown v0.15.5
2026-07-22T05:17:43.7590997Z    Compiling vte v0.13.1
2026-07-22T05:17:43.7919342Z    Compiling signal-hook-mio v0.2.5
2026-07-22T05:17:43.8250610Z    Compiling anstream v1.0.0
2026-07-22T05:17:43.8667205Z    Compiling spake2 v0.4.0
2026-07-22T05:17:43.9374352Z    Compiling darling v0.23.0
2026-07-22T05:17:44.0049856Z    Compiling terminal_size v0.4.4
2026-07-22T05:17:44.1574779Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-22T05:17:44.2391193Z    Compiling strum_macros v0.26.4
2026-07-22T05:17:44.2971084Z    Compiling itertools v0.13.0
2026-07-22T05:17:44.3070701Z    Compiling schemars v1.2.1
2026-07-22T05:17:44.3806497Z    Compiling sha1 v0.10.6
2026-07-22T05:17:44.6689525Z    Compiling castaway v0.2.4
2026-07-22T05:17:44.6910477Z    Compiling static_assertions v1.1.0
2026-07-22T05:17:44.7692397Z    Compiling clap_lex v1.1.0
2026-07-22T05:17:44.7729293Z    Compiling indoc v2.0.7
2026-07-22T05:17:45.0671111Z    Compiling toml v0.8.23
2026-07-22T05:17:45.1075869Z    Compiling doctest-file v1.1.1
2026-07-22T05:17:45.3410859Z    Compiling unicode-width v0.1.14
2026-07-22T05:17:45.3945475Z    Compiling regex v1.12.3
2026-07-22T05:17:45.6790366Z    Compiling interprocess v2.4.2
2026-07-22T05:17:46.2118844Z    Compiling spt-msg v0.40.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-msg)
2026-07-22T05:17:46.2700664Z    Compiling crossterm v0.28.1
2026-07-22T05:17:46.3008308Z    Compiling clap_builder v4.6.0
2026-07-22T05:17:46.4650869Z    Compiling unicode-truncate v1.1.0
2026-07-22T05:17:46.6071592Z    Compiling spt-runtime v0.40.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-runtime)
2026-07-22T05:17:46.7295026Z    Compiling portable-pty v0.8.1
2026-07-22T05:17:46.7480710Z    Compiling strum v0.26.3
2026-07-22T05:17:46.8595104Z    Compiling compact_str v0.8.2
2026-07-22T05:17:47.0800588Z    Compiling lru v0.12.5
2026-07-22T05:17:47.2126542Z    Compiling spt-term v0.40.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-term)
2026-07-22T05:17:47.2411002Z    Compiling clap_derive v4.6.1
2026-07-22T05:17:47.3110827Z    Compiling hyper v1.10.1
2026-07-22T05:17:47.3825695Z    Compiling iana-time-zone v0.1.65
2026-07-22T05:17:47.7470879Z    Compiling cassowary v0.3.0
2026-07-22T05:17:47.8830815Z    Compiling chrono v0.4.45
2026-07-22T05:17:47.9640703Z    Compiling nucleo-matcher v0.3.1
2026-07-22T05:17:47.9980723Z    Compiling qrcode v0.14.1
2026-07-22T05:17:48.0150129Z    Compiling tempfile v3.27.0
2026-07-22T05:17:48.1920787Z    Compiling ratatui v0.29.0
2026-07-22T05:17:49.4225729Z    Compiling clap v4.6.1
2026-07-22T05:17:49.5053728Z    Compiling hyper-util v0.1.20
2026-07-22T05:17:50.1640985Z    Compiling spt-live v0.40.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-live)
2026-07-22T05:17:51.3377893Z    Compiling igd-next v0.17.1
2026-07-22T05:17:52.7262539Z    Compiling portmapper v0.16.0
2026-07-22T05:17:56.8757719Z    Compiling rustls-webpki v0.103.13
2026-07-22T05:17:59.2237687Z    Compiling tokio-rustls v0.26.4
2026-07-22T05:17:59.2238871Z    Compiling noq-proto v0.17.0
2026-07-22T05:17:59.2239496Z    Compiling rustls-platform-verifier v0.7.0
2026-07-22T05:17:59.3746896Z    Compiling hickory-net v0.26.0-beta.4
2026-07-22T05:17:59.3747644Z    Compiling hyper-rustls v0.27.9
2026-07-22T05:17:59.3748252Z    Compiling tokio-websockets v0.13.2
2026-07-22T05:17:59.5003693Z    Compiling reqwest v0.13.4
2026-07-22T05:18:00.4482331Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-22T05:18:14.1976453Z    Compiling spt-net v0.40.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-net)
2026-07-22T05:18:15.6385024Z    Compiling spt-daemon v0.40.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-daemon)
2026-07-22T05:18:25.0843964Z    Compiling spt v0.40.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt)
2026-07-22T05:18:30.0928838Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 07s
2026-07-22T05:18:30.1144095Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-941b1c891af15240)
2026-07-22T05:18:30.1157318Z 
2026-07-22T05:18:30.1157438Z running 1 test
2026-07-22T05:18:36.3025989Z test new_brain_serves_against_old_broker ... ok
2026-07-22T05:18:36.3026313Z 
2026-07-22T05:18:36.3026590Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.19s
2026-07-22T05:18:36.3026966Z 
